04. Integer, integer, int

Integer, integer, int

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Code

Declaration one

integer number;

Declaration two

int int;

Declaration three

int integer;

*This is optional code available for you if you'd like to try running it in Android Studio. Unsure what to do? Go to the "Experimenting with the Code" page. *

If you're curious, here is a list of Java keywords.